* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 22px;
}

body a {
  outline: none !important;
  color: #007034;
  text-decoration: none;
}



#header {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}


html #header .mainheader {
  height: 90px;
}


#header .header-top {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  min-height: 51px;
  z-index: 4;
}

#footer {
  padding: 25px 0 0;
}

#footer.color {
  background: #f2f2f2;
  border-top: 0;
  margin-top: 40px;
}

.contact-details h4 {
  color: #ccc !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px;
  text-transform: uppercase;
}

#footer .phone {
  color: #007034 !important;
  font-size: 26px;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
  margin-top: -5px;
}

html #header .header-body {}

html #header .header-logo {
  max-height: 80px;
  max-width: 222px;
  min-width: 55px;
  width: auto;
}

.headerLogin {
  margin-top: 22px;
}

html #header .headerLogin .row {
  margin: 0px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}


h4.shorter.word-rotator-title {
  color: #777;
  font-size: .9em;
  font-weight: 800;
  padding: 0 0 15px;
  text-align: center;
}

.main {
  /* padding: 16px; */
  margin-top: 120px;
  /* margin-top: 180px; */
  /* height: 1500px; */
}

html .btn-primary {
  background-color: #007034;
  border-color: #007034 #007034 #003d1c;
  color: #FFF;
}

.headerRecover {
  float: right;
  font-size: 10px;
}

.img-thumbnail {
  border-radius: 4px;
  position: relative;
}

.user-avatar img {
  max-height: 75px;
}


.img-thumbnail img {
  border-radius: 4px;
}

.img-responsive {
  width: 100%;
}

#header .input-lg {
  font-size: 12px;
}


.ipt_lgin {
  border-radius: 6px 0 0 6px;
  height: 35px;
}



.ipt_passw {
  border-left: 0;
  border-radius: 0;
  height: 35px;
}

.ipt_bttn {
  border-radius: 0 6px 0 0;
  height: 35px;
  right: 0;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}


.nopadd {
  padding: 0 !important;
}


.pull-right {
  float: right !important;
}


.bloqu_det {
  background: #f7f7f7;
}

blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
  padding: 1.3rem;
}

.form-group {
  margin-bottom: 10px;
}

.mheader_search .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.mheader_ssubmit {
  flex: 0 0 15%;
  max-width: 15%;
}

.divErros {
  border: 1px solid red;
  color: red;

}

.modal-backdrop {
  opacity: 0.5 !important;
}


/**** modal alert ******/


#modalAlert .modal-footer {
  text-align: center;
}



#modalAlert .error {
  background-color: rgb(255, 183, 183);
}

#modalAlert .error .modal-header {
  background-color: rgb(255, 183, 183);
}




/****** Listagem de Cursos *****/

.card-curso {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbb9b9;
}

@media (max-width: 767px) {
  .card-curso {
    text-align: center;
  }
}

.card-curso:hover {
  background-color: #efefef;
  cursor: pointer;
}

.card-curso:hover div {
  color: #005126;

}

.card-curso img {
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: white;
}

.card-curso .badge {
  background: #007034 !important;
}

.card-curso .badge-danger {
  background: #dc3545 !important;
}
.badge-danger {
  background: #dc3545 !important;
}

.card-curso .price {
  font-size: large;
  font-weight: 700;
  margin-top: 10px;
}

.card-image {
  width: 200px;
  height: 140px;
}

/****** Exibição individual de cursos *****/

.course-content .header {
  background-color: #383f48;
  color: white;
  padding: 10px;
}

.course-content .header .title {
  font-size: xx-large;
  font-weight: 550;
}

.course-content .header .subtitle {
  font-size: larger;
  font-weight: 300;
}




.cursoHeader {
  background-color: #383f48 !important;
  border-color: #2d323a !important;
  margin-left: -16px;
  margin-right: -16px;
}

.cursoHeader .cs_title {
  color: #FFF;
}

.cursoHeader .cs_descript {
  color: #FFF;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 330px;
  height: auto;
}

.detalhes-img {
  max-width: 330px;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.product_details {
  background: #fff;
  border-radius: 0 0 6px 6px !important;
  border-top: 0 !important;
  margin-top: -32px;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .04);
  padding: 1.3rem;
}

.product_price_box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.product_price {
  color: #777;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  margin-right: 10px;
}

#cs_headfeat1 {
  color: white;
}

.smallPrice2 {
  /* color: #08c; */
  display: table;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

aside ul.nav-list>li>a {
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 18px;
}

ul.nav-list li a {
  -webkit-transition: background .1s;
  -moz-transition: background .1s;
  transition: background .1s;
  border-bottom: 1px solid #ededde;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: .9em;
  text-decoration: none;
  line-height: 20px;
}

ul.nav-list li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin: 7px 0 0 -9px;
  position: absolute;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

hr {
  background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
  width: 100%;
}



/******Meus Cursos *******/
.card-meus-cursos {
  height: 600px;
  /*min-height: 400px;*/
}

.card-meus-cursos .thumb-info {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  border-radius: 6px;
  padding: 0;
  position: relative;
  border: 0;
  border-bottom: 3px solid #e3e4e8;
  background: #f7f9fc;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  text-decoration: none;
  height: 600px;
}

.card-meus-cursos .thumb-info img {
  width: 100%;
  height: 348px;
}

.card-meus-cursos .thumb-info .thumb-info-content {
  padding: 15px;
  text-align: left;
  display: block;
}

.card-meus-cursos .thumb-info .thumb-info-content .btn {
  margin-top: 30px;
  width: 100%;
}


.btn-certificado {
  background-color: #383f48;
  border-color: #383f48 #383f48 #22262b;
  color: #FFF;
}


/*******aulas*******/
.card-aula {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}


/********/

/* .flex-switch {
  display: flex;
  flex-direction: column-reverse;

  @include sm-min {
    flex-direction: row;
  }
} */
html #header .header-nav-bar-primary {
  background: #007034 !important;
  color: #FFF !important;
}

/* @media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: #007034 !important;
    color: #FFF !important;
  }
} */



/*** QUill ******/


.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='']::before {
  content: 'Default';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='times-new-roman']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='times-new-roman']::before {
  content: 'Times New Roman';
  font-family: 'Times New Roman';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='arial']::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='arial']::before {
  content: 'Arial';
  font-family: 'Arial';
}

/****************************************************
    Set the font-family content used for the HTML content.
    *****************************************************/
.ql-font-arial {
  font-family: 'Arial';
}

.ql-font-times-new-roman {
  font-family: 'Times New Roman';
}